home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 49 / Amiga Format CD49 (2000-01-17)(Future Publishing)(GB)(Track 1 of 3)[!][issue 2000-02].iso / -serious- / comms / other / istar / docs / server.client.msgs < prev    next >
Text File  |  1999-12-06  |  3KB  |  91 lines

  1.  
  2.  
  3. 'I', 'i':
  4.     Start inference session by calling svStartSession().
  5.     Requires that svClient has been created but not esSessionInfo.
  6.     Sent from Intro page.
  7.     Returned to client:  First question page.
  8.  
  9. '?':
  10.     Parameter value.  Can be multiple.  See individual types.
  11. '?Qnnnn_t=v':
  12.     Question answer, with qn DSAP nnnn, value v and value type t.
  13.     The question answer is parsed, stored in question node
  14.     and propagated.
  15.     After all these (can be multiple), esNextQn() is called.
  16.     Requires both aC and aSI.
  17.     Sent from question page.
  18.     Returned to client: next question page or end of session page.
  19.  
  20. 'Hnnnn', 'hnnnn':
  21.     Send question-specific help for question node nnnn.
  22.     Requires both aC and aSI.
  23.     Sent from any question and perhaps results page.
  24.     Returned to client: the help page.
  25.  
  26. 'P', 'p':
  27.     Pause the inference session.
  28.     Requires both aC and aSI.
  29.     Sent from any page.
  30.     Returned to client: the what-now page.
  31.  
  32. 'Tnn', 'tnn':
  33.     Set the client's timeout period to nn minutes.
  34.     Then, if session has started (has aSI), recalls 
  35.     esNextQn() with AGAIN flag set, 
  36.     but if not, then recalls svStartKB().
  37.     Requires aC.
  38.     Sent from any page.
  39.     Returned to client: the question or Intro page with new timeout.
  40.  
  41. 'Rx', 'rx':
  42.     Results pages, depending on x:
  43.     'G', 'g':  Goals of goal list
  44.     'A', 'a':  Antecedents of a node
  45.     'D', 'd':  Document creatable from goals in goal list.
  46.     Requires aC and aSI
  47.     Sent from what-now page.
  48.     Returned to client: one of the above results pages.
  49.  
  50. 'C', 'c':
  51.     Counts (session statistics) so far
  52.     Requires aC and aSI
  53.     Sent from what-now page.
  54.     Returned to client:  page with counts of various things.
  55.  
  56. 'M', 'm':
  57.     Resume the inference session after pause.
  58.     By calling esNextQn() with RESUMING flag.
  59.     Requires aC and aSI
  60.     Sent from what-now page.
  61.     Returned to client: If session not finished, then sends
  62.     question page (usually the one on which the client paused)
  63.     but if session finished, then sends what-now page (again).
  64.  
  65. 'S', 's':
  66.     Start new session with KB again, by calling svStartKB().
  67.     Removes aSI so that a new one is started.
  68.     Requires aC.
  69.     Sent from what-now page.
  70.     Returned to client: the KB Intro page or first question
  71.     of new session if there is no Intro.
  72.  
  73. 'W', 'w':
  74.     Return to welcome page.
  75.     Requires aC.
  76.     Sent from what-now page.
  77.     Returned to client: the welcome page.
  78.  
  79. 'X', 'x':
  80.     Exit.  Stop.
  81.     Requires aC.
  82.     Sent from what-now page.
  83.     Returned to client: a simple 'stopped' page.
  84.  
  85. 'Q', 'q':
  86.     Next question please.
  87.     Calls esNextQn(), e.g. for refresh.
  88.     Requires aC and aSI.
  89.     A catch-all.  Sent only from an error page.
  90.     Returned to client: a question page.
  91.